All Questions
3 questions
3votes
1answer
179views
Dial up some obscure stats for the Chutes and Ladders game
Years ago, I wrote some code in Perl for the Chutes and Ladders game. I re-wrote the code here in Python. The code simulates one player in a game to see how many spins of the dial are needed to win ...
6votes
1answer
832views
Plants vs. Zombies simulator
I am making a pvz simulator. We have a game board with 1 = peashooter and 2 = zombie: ...
1vote
1answer
389views
Rock Climbing Simulation Game
I am a rock climber so I made a rock climbing game. I have two conceptual objects; the climber and the route. I ended up putting them both into a single Climber ...